Nevron.Nov.UI Namespace / NContinuousMediaExporter<TContent> Class


In This Topic
    NContinuousMediaExporter<TContent> Class Methods
    In This Topic

    For a list of all members of this type, see NContinuousMediaExporter<TContent> members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Copies an image to the clipboard. The image contains the area of the document with the specified bounds and is generated with the specified dpi.  
    Public MethodOverloaded. Shows a file dialog for selecting an image file and exports the given bounds of the document to an image with the specified DPI. The format of the image is determined by the type of image selected by the user.  
    Public MethodOverloaded. Saves the given bounds of the document to the specified file.  
    Public MethodExports the specified bounds of the document to an image and saves it to the given stream.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Creates an image export dialog.  
    Protected MethodOverridden. Overriden to return a new NContinuousMediaDocument  
    Protected MethodGets the file types supported by this image exporter.  
    Internal Method  
    Protected MethodCalled when the save file dialog created by the "SaveAsImage" method has been closed.  
    Top
    See Also